projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e64b08a
)
Adwaita: rich-list styling
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 17 Aug 2020 11:18:07 +0000
(13:18 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 31 Aug 2020 09:21:57 +0000
(11:21 +0200)
FIXME: why is the second list in Demo>List Box>Controls taller?
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 45c62efe8a98610462bfde9859dd8f48b35668e4..7543fa754bbc45fbd92f15f34048bc423c21faea 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3096,6
+3096,15
@@
list {
}
}
+.rich-list { /* rich lists usually containing other widgets than just labels/text */
+ & > row {
+ padding: 6px;
+ & > box {
+ margin: 12px;
+ }
+ }
+}
+
row {
transition: all 150ms $ease-out-quad;